home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ccrptmr / file_id.diz < prev    next >
Encoding:
Text File  |  1999-08-31  |  549 b   |  8 lines

  1. CCRP Timer Objects provide 
  2.             more robust options than Visual Basic's intrinsic timer control. 
  3.             This free library provides ccrpTimer, ccrpStopWatch, and 
  4.             ccrpCountdown objects. All three objects use the multimedia timer, 
  5.             thus providing true 1 millisecond resolution and intervals (if 
  6.             supported by the hardware). Taking advantage of the WithEvents 
  7.             method of declaring an object instance, you can sink timer and tick 
  8.             events in either forms or class modules.